Skip to content

Commit b7fa0f1

Browse files
authored
Merge pull request #106 from naviqore/release/v0.5.0
Release/v0.5.0
2 parents 6ea7802 + 931ec51 commit b7fa0f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.3.2</version>
9+
<version>3.3.3</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>ch.naviqore</groupId>
1313
<artifactId>public-transit-service</artifactId>
14-
<version>0.4.0</version>
14+
<version>0.5.0</version>
1515

1616
<name>Public Transit Service</name>
1717
<description>
@@ -174,13 +174,13 @@
174174
<dependency>
175175
<groupId>ch.qos.logback</groupId>
176176
<artifactId>logback-classic</artifactId>
177-
<version>1.5.6</version>
177+
<version>1.5.7</version>
178178
</dependency>
179179
<!-- io -->
180180
<dependency>
181181
<groupId>org.apache.commons</groupId>
182182
<artifactId>commons-compress</artifactId>
183-
<version>1.27.0</version>
183+
<version>1.27.1</version>
184184
</dependency>
185185
<dependency>
186186
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)