Skip to content

Commit 9877723

Browse files
committed
bump spring
1 parent 8120e94 commit 9877723

1 file changed

Lines changed: 16 additions & 14 deletions

File tree

pom.xml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0"
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
35
<modelVersion>4.0.0</modelVersion>
46
<parent>
57
<groupId>org.springframework.boot</groupId>
68
<artifactId>spring-boot-starter-parent</artifactId>
7-
<version>3.5.6</version>
9+
<version>3.5.7</version>
810
<relativePath /> <!-- lookup parent from repository -->
911
</parent>
1012
<groupId>tech.artcoded</groupId>
@@ -13,9 +15,9 @@
1315
<name>sync-folder</name>
1416
<description>Google drive sync for artcoded</description>
1517
<properties>
16-
<java.version>24</java.version>
18+
<java.version>25</java.version>
1719
<lombok.version>1.18.42</lombok.version>
18-
<camel.version>4.14.0</camel.version>
20+
<camel.version>4.15.0</camel.version>
1921
<drive.version>v3-rev20250910-2.0.0</drive.version>
2022
<google-api-client.version>2.8.1</google-api-client.version>
2123
<google-auth-library-oauth2-http.version>1.39.1</google-auth-library-oauth2-http.version>
@@ -33,7 +35,7 @@
3335
<dependencies>
3436
<dependency>
3537
<groupId>jakarta.annotation</groupId>
36-
<artifactId>jakarta.annotation-api</artifactId>
38+
<artifactId>jakarta.annotation-api</artifactId>
3739
<version>${javax.annotation-api.version}</version>
3840
</dependency>
3941

@@ -89,21 +91,21 @@
8991
<finalName>app</finalName>
9092
<plugins>
9193
<plugin>
92-
<artifactId>maven-compiler-plugin</artifactId>
93-
<version>3.11.0</version>
94-
<configuration>
95-
<release>${java.version}</release>
96-
<source>${java.version}</source>
97-
<target>${java.version}</target>
98-
<annotationProcessorPaths>
94+
<artifactId>maven-compiler-plugin</artifactId>
95+
<version>3.11.0</version>
96+
<configuration>
97+
<release>${java.version}</release>
98+
<source>${java.version}</source>
99+
<target>${java.version}</target>
100+
<annotationProcessorPaths>
99101
<path>
100102
<groupId>org.projectlombok</groupId>
101103
<artifactId>lombok</artifactId>
102104
<version>${lombok.version}</version>
103105
</path>
104106
</annotationProcessorPaths>
105-
</configuration>
106-
</plugin>
107+
</configuration>
108+
</plugin>
107109
<plugin>
108110
<groupId>org.springframework.boot</groupId>
109111
<artifactId>spring-boot-maven-plugin</artifactId>

0 commit comments

Comments
 (0)