Skip to content

Commit

Permalink
Upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jan 9, 2024
1 parent 17821c0 commit 0a77830
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .mvn/jvm.config
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
10 changes: 5 additions & 5 deletions 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.5</version>
<version>3.2.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>org.testcontainers</groupId>
Expand All @@ -16,8 +16,8 @@
<name>testcontainers-showcase</name>

<properties>
<java.version>17</java.version>
<testcontainers.version>1.19.1</testcontainers.version>
<java.version>21</java.version>
<testcontainers.version>1.19.3</testcontainers.version>
<mockserver-netty.version>5.13.2</mockserver-netty.version>
<webjars-locator.version>0.46</webjars-locator.version>
<bootstrap.version>5.2.2</bootstrap.version>
Expand Down Expand Up @@ -170,13 +170,13 @@
<plugin>
<groupId>com.diffplug.spotless</groupId>
<artifactId>spotless-maven-plugin</artifactId>
<version>2.37.0</version>
<version>2.41.1</version>
<configuration>
<java>
<importOrder />
<removeUnusedImports />
<palantirJavaFormat>
<version>2.30.0</version>
<version>2.38.0</version>
</palantirJavaFormat>
<formatAnnotations />
</java>
Expand Down

0 comments on commit 0a77830

Please sign in to comment.