Skip to content

Commit 588fc13

Browse files
fix(deps): update all dependencies
1 parent 5d8d8e1 commit 588fc13

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out repository
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Set up JDK
19-
uses: actions/setup-java@v3
19+
uses: actions/setup-java@v4
2020
with:
2121
check-latest: true
2222
distribution: temurin
2323
java-version: ${{ matrix.java }}
2424
- name: Set up cache
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
env:
2727
cache-name: cache-maven-artifacts
2828
with:
@@ -41,9 +41,9 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Check out repository
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545
- name: Set up cache
46-
uses: actions/cache@v3
46+
uses: actions/cache@v4
4747
env:
4848
cache-name: cache-maven-artifacts
4949
with:
@@ -58,7 +58,7 @@ jobs:
5858
# Publish snapshot
5959
- name: Set up JDK 11 for publishing a snapshot
6060
if: github.event_name == 'push' && endswith(env.PROJECT_VERSION, 'SNAPSHOT')
61-
uses: actions/setup-java@v3
61+
uses: actions/setup-java@v4
6262
with:
6363
check-latest: true
6464
distribution: temurin
@@ -75,7 +75,7 @@ jobs:
7575
# Publish release
7676
- name: Set up JDK 11 for publishing a release
7777
if: github.event_name == 'release' && !endswith(env.PROJECT_VERSION, 'SNAPSHOT')
78-
uses: actions/setup-java@v3
78+
uses: actions/setup-java@v4
7979
with:
8080
check-latest: true
8181
distribution: temurin

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>2.7.18</version>
9+
<version>3.4.3</version>
1010
</parent>
1111

1212
<name>DigitalCollections: Euphoria Streaming Server</name>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>net.logstash.logback</groupId>
106106
<artifactId>logstash-logback-encoder</artifactId>
107-
<version>7.3</version>
107+
<version>8.0</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>nz.net.ultraq.thymeleaf</groupId>

0 commit comments

Comments
 (0)