Skip to content

Commit 4e30879

Browse files
committed
Merge tag 'v2.6.1' into develop
2.6.1
2 parents 973a0dc + 60de136 commit 4e30879

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>eu.openanalytics</groupId>
77
<artifactId>shinyproxy</artifactId>
8-
<version>2.6.0</version>
8+
<version>2.6.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>ShinyProxy</name>
@@ -19,14 +19,14 @@
1919
<parent>
2020
<groupId>org.springframework.boot</groupId>
2121
<artifactId>spring-boot-starter-parent</artifactId>
22-
<version>2.3.12.RELEASE</version>
22+
<version>2.5.12</version>
2323
<relativePath />
2424
</parent>
2525

2626
<properties>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
<java.version>1.8</java.version>
29-
<containerproxy.version>0.8.10</containerproxy.version>
29+
<containerproxy.version>0.8.11</containerproxy.version>
3030
<resource.delimiter>&amp;</resource.delimiter>
3131
</properties>
3232

0 commit comments

Comments
 (0)