We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 973a0dc + 60de136 commit 4e30879Copy full SHA for 4e30879
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>eu.openanalytics</groupId>
7
<artifactId>shinyproxy</artifactId>
8
- <version>2.6.0</version>
+ <version>2.6.1</version>
9
<packaging>jar</packaging>
10
11
<name>ShinyProxy</name>
@@ -19,14 +19,14 @@
19
<parent>
20
<groupId>org.springframework.boot</groupId>
21
<artifactId>spring-boot-starter-parent</artifactId>
22
- <version>2.3.12.RELEASE</version>
+ <version>2.5.12</version>
23
<relativePath />
24
</parent>
25
26
<properties>
27
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
28
<java.version>1.8</java.version>
29
- <containerproxy.version>0.8.10</containerproxy.version>
+ <containerproxy.version>0.8.11</containerproxy.version>
30
<resource.delimiter>&</resource.delimiter>
31
</properties>
32
0 commit comments