Skip to content

Commit a38e2ec

Browse files
authored
Merge pull request #1607 from brendandburns/versions
Update Spring versions (finally)
2 parents 1267fee + 88862eb commit a38e2ec

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
<apache.commons.compress>1.20</apache.commons.compress>
5959
<apache.commons.io>2.8.0</apache.commons.io>
6060
<common.codec.version>1.15</common.codec.version>
61-
<spring.boot.version>2.3.5.RELEASE</spring.boot.version>
62-
<spring.version>5.2.9.RELEASE</spring.version>
61+
<spring.boot.version>2.4.4</spring.boot.version>
62+
<spring.version>5.3.5</spring.version>
6363
<prometheus.client.version>0.10.0</prometheus.client.version>
6464

6565
<e2e.skip>true</e2e.skip>

proto/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
<artifactId>maven-bundle-plugin</artifactId>
2727
<extensions>true</extensions>
2828
</plugin>
29+
<plugin>
30+
<groupId>org.apache.maven.plugins</groupId>
31+
<artifactId>maven-compiler-plugin</artifactId>
32+
<configuration>
33+
<source>8</source>
34+
<target>8</target>
35+
</configuration>
36+
</plugin>
2937
</plugins>
3038
</build>
3139
</project>

0 commit comments

Comments
 (0)