Skip to content

Commit

Permalink
Merge master into fetch-component-version
Browse files Browse the repository at this point in the history
  • Loading branch information
heinpa committed Feb 13, 2024
2 parents ea072b8 + 947490e commit 9b2e60e
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 32 deletions.
51 changes: 25 additions & 26 deletions qanary-configuration-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions qanary-configuration-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.3",
"private": true,
"dependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^7.2.1",
Expand Down Expand Up @@ -34,7 +34,7 @@
]
},
"devDependencies": {
"@babel/core": "7.23.6",
"@babel/core": "7.23.7",
"axios": "^0.21.2"
}
}
4 changes: 2 additions & 2 deletions qanary_component-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.11</version>
<version>2.7.12</version>
<relativePath/>
</parent>
<properties>
Expand All @@ -23,8 +23,8 @@
<qanary.component.version>[3.9.2,4.0.0)</qanary.component.version>
<qanary.commons.version>[3.11.0,4.0.0)</qanary.commons.version>
<junit-jupiter.version>5.8.2</junit-jupiter.version>
<json-path.version>2.4.0</json-path.version>
<springdoc.version>1.7.0</springdoc.version>
<json-path.version>2.9.0</json-path.version>
</properties>

<!-- common dependencies that are implemented by all components -->
Expand Down
4 changes: 2 additions & 2 deletions qanary_pipeline-template/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>qa.pipeline</artifactId>
<groupId>eu.wdaqua.qanary</groupId>
<version>3.8.3</version>
<version>3.8.4</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.8</version>
</parent>
<properties>
<java.version>11</java.version>
<spring-boot-admin.version>2.7.14</spring-boot-admin.version>
<spring-boot-admin.version>2.7.15</spring-boot-admin.version>
<qanary.version>[3.11.3,4.0.0)</qanary.version>
<dockerfile-maven-version>1.4.13</dockerfile-maven-version>
<docker.image.prefix>qanary</docker.image.prefix>
Expand Down

0 comments on commit 9b2e60e

Please sign in to comment.