Skip to content

Commit 44d137c

Browse files
authored
chore: Bump dependencies (#6)
* chore - Bump dependencies * chore - Bump dependencies * chore - Cancel previous Qodana run
1 parent a58c05e commit 44d137c

File tree

3 files changed

+23
-16
lines changed

3 files changed

+23
-16
lines changed

.github/workflows/qodana.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ on:
66
- master
77

88
jobs:
9+
cleanup-run:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Abort previous action run
13+
uses: rokroskar/workflow-run-cleanup-action@v0.2.2
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
916
qodana-scan:
1017
runs-on: ubuntu-latest
1118
steps:

kotlin-asyncapi-spring-web/pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,41 +24,41 @@
2424
<groupId>com.fasterxml.jackson.core</groupId>
2525
<artifactId>jackson-databind</artifactId>
2626
</dependency>
27-
<dependency>
28-
<groupId>org.skyscreamer</groupId>
29-
<artifactId>jsonassert</artifactId>
30-
<scope>test</scope>
31-
</dependency>
32-
<dependency>
33-
<groupId>org.assertj</groupId>
34-
<artifactId>assertj-core</artifactId>
35-
<scope>test</scope>
36-
</dependency>
3727
<dependency>
3828
<groupId>org.springframework</groupId>
3929
<artifactId>spring-web</artifactId>
40-
<version>5.3.19</version>
30+
<version>[5.3.13,5.3.21]</version>
4131
</dependency>
4232
<dependency>
4333
<groupId>org.springframework</groupId>
4434
<artifactId>spring-context</artifactId>
45-
<version>5.3.19</version>
35+
<version>[5.3.13,5.3.21]</version>
4636
</dependency>
4737
<dependency>
4838
<groupId>org.springframework.boot</groupId>
4939
<artifactId>spring-boot-autoconfigure</artifactId>
50-
<version>2.6.6</version>
40+
<version>[2.6.0,2.7.1]</version>
41+
</dependency>
42+
<dependency>
43+
<groupId>org.skyscreamer</groupId>
44+
<artifactId>jsonassert</artifactId>
45+
<scope>test</scope>
46+
</dependency>
47+
<dependency>
48+
<groupId>org.assertj</groupId>
49+
<artifactId>assertj-core</artifactId>
50+
<scope>test</scope>
5151
</dependency>
5252
<dependency>
5353
<groupId>org.springframework.boot</groupId>
5454
<artifactId>spring-boot-starter-test</artifactId>
55-
<version>2.6.6</version>
55+
<version>2.7.1</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.springframework.boot</groupId>
6060
<artifactId>spring-boot-starter-web</artifactId>
61-
<version>2.6.6</version>
61+
<version>2.7.1</version>
6262
<scope>test</scope>
6363
</dependency>
6464
</dependencies>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<dependency>
231231
<groupId>com.fasterxml.jackson.core</groupId>
232232
<artifactId>jackson-databind</artifactId>
233-
<version>2.13.2.2</version>
233+
<version>2.13.3</version>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.skyscreamer</groupId>

0 commit comments

Comments
 (0)