Skip to content

Commit

Permalink
Merge pull request #1219 from johnoliver/bump-20
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
gdams authored Oct 25, 2024
2 parents 8a95fbf + a12c1a8 commit f7ee106
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
10 changes: 5 additions & 5 deletions adoptium-api-versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
<kotlin.version>2.0.20</kotlin.version>
<logback.version>1.5.8</logback.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.version>3.9.8</maven.version>
<maven.version>3.9.9</maven.version>
<maven.project-info-reports-plugin.version>3.7.0</maven.project-info-reports-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.13.3</quarkus.version>
<quarkus.version>3.16.0</quarkus.version>
<rest-assured.version>5.5.0</rest-assured.version>
</properties>

Expand Down Expand Up @@ -301,7 +301,7 @@
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
<version>${quarkus.version}</version>
</dependency>

Expand Down Expand Up @@ -383,7 +383,7 @@
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin-ktor-client</artifactId>
<version>7.1.4</version>
<version>8.2.0</version>
<exclusions>
<exclusion>
<groupId>org.jetbrains.kotlinx</groupId>
Expand All @@ -394,7 +394,7 @@
<dependency>
<groupId>com.expediagroup</groupId>
<artifactId>graphql-kotlin-client-jackson</artifactId>
<version>7.1.4</version>
<version>8.2.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions adoptium-frontend-parent/adoptium-api-v3-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-kotlin</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive-jsonb</artifactId>
<artifactId>quarkus-rest-jsonb</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
Expand Down
2 changes: 1 addition & 1 deletion adoptium-updater-parent/adoptium-api-v3-updater/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-resteasy-reactive</artifactId>
<artifactId>quarkus-rest</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- This throws a warning, but the versions plugin does actually require it if you're checking plugin versions -->
<prerequisites>
<maven>3.9.8</maven>
<maven>3.9.9</maven>
</prerequisites>

<!-- Keep all these in sync with adoptium-api-versions -->
Expand Down Expand Up @@ -82,7 +82,7 @@
<spotbugs.version>4.7.3</spotbugs.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.version>3.14.1</quarkus.version>
<quarkus.version>3.16.0</quarkus.version>
</properties>

<modules>
Expand Down

0 comments on commit f7ee106

Please sign in to comment.