Skip to content

Commit

Permalink
Bump spring-core version, ignore 6.x in Dependabot updates (#2657)
Browse files Browse the repository at this point in the history
  • Loading branch information
akkomar authored Oct 22, 2024
1 parent 50925a1 commit 0ab2ea1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ updates:
- dependency-name: com.google.cloud:libraries-bom
- dependency-name: com.fasterxml.jackson:jackson-bom
- dependency-name: org.apache.avro:avro
- dependency-name: org.springframework:spring-core
# Spring 6 requires Java 17
versions: [">=6.0.0"]
schedule:
interval: daily
reviewers:
Expand Down
2 changes: 1 addition & 1 deletion ingestion-beam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.3.29</version>
<version>5.3.39</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0ab2ea1

Please sign in to comment.