Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Sep 30, 2023
1 parent 5a4a2bd commit 1a7f5f7
Show file tree
Hide file tree
Showing 23 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v3
Expand Down
8 changes: 4 additions & 4 deletions micronaut-jpa-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
<parent>
<groupId>io.micronaut.platform</groupId>
<artifactId>micronaut-parent</artifactId>
<version>4.0.5</version>
<version>4.1.3</version>
<relativePath/>
</parent>

<properties>
<packaging>jar</packaging>
<jdk.version>17</jdk.version>
<release.version>17</release.version>
<micronaut.version>4.1.2</micronaut.version>
<micronaut.data.version>4.0.4</micronaut.data.version>
<micronaut.version>4.1.8</micronaut.version>
<micronaut.data.version>4.1.3</micronaut.data.version>
<micronaut.test.resources.enabled>true</micronaut.test.resources.enabled>
<micronaut.runtime>netty</micronaut.runtime>
<exec.mainClass>com.sivalabs.myapp.Application</exec.mainClass>
Expand Down Expand Up @@ -207,7 +207,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
4 changes: 2 additions & 2 deletions quarkus-jpa-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
<quarkus.platform.version>3.3.0</quarkus.platform.version>
<quarkus.platform.version>3.4.1</quarkus.platform.version>
<skipITs>true</skipITs>
<surefire-plugin.version>3.1.2</surefire-plugin.version>
<testcontainers.version>1.19.0</testcontainers.version>
Expand Down Expand Up @@ -160,7 +160,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
2 changes: 1 addition & 1 deletion quarkus-jpa-demo/src/main/docker/Dockerfile.jvm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17:1.16-2
FROM registry.access.redhat.com/ubi8/openjdk-17:1.17-1.1693366272

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion quarkus-jpa-demo/src/main/docker/Dockerfile.legacy-jar
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
# accessed directly. (example: "foo.example.com,bar.example.com")
#
###
FROM registry.access.redhat.com/ubi8/openjdk-17:1.16-2
FROM registry.access.redhat.com/ubi8/openjdk-17:1.17-1.1693366272

ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en'

Expand Down
2 changes: 1 addition & 1 deletion quarkus-jpa-demo/src/main/docker/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# docker run -i --rm -p 8080:8080 quarkus/quarkus-jpa-demo
#
###
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1037
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.8-1072
WORKDIR /work/
RUN chown 1001 /work \
&& chmod "g+rwX" /work \
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-couchbase-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -87,7 +87,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-jpa-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -96,7 +96,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-kafka-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -92,7 +92,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-localstack-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -90,7 +90,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-microservices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
6 changes: 3 additions & 3 deletions spring-boot-microservices/product-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<version>2.35.0</version>
<version>2.35.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -94,7 +94,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-microservices/promotion-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-mockserver-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-mongodb-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -82,7 +82,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-oracle-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -92,7 +92,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
4 changes: 2 additions & 2 deletions spring-boot-rabbitmq-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -90,7 +90,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
6 changes: 3 additions & 3 deletions spring-boot-wiremock-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8-standalone</artifactId>
<version>2.35.0</version>
<version>2.35.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -63,7 +63,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
2 changes: 1 addition & 1 deletion tc-basics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
4 changes: 2 additions & 2 deletions tc-docker-compose/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.sivalabs</groupId>
Expand Down Expand Up @@ -107,7 +107,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
2 changes: 1 addition & 1 deletion tc-dockerfile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down
2 changes: 1 addition & 1 deletion tc-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.38.0</version>
<version>2.40.0</version>
<configuration>
<java>
<importOrder />
Expand Down

0 comments on commit 1a7f5f7

Please sign in to comment.