Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency org.springframework.batch:spring-batch-test to v5.1.2 #716

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: spring-batch 4 version
cj848 authored May 23, 2024
commit a2ab8d786b2ad2685585ee809b677abc853a4671
2 changes: 1 addition & 1 deletion libs.example.versions.toml
Original file line number Diff line number Diff line change
@@ -24,7 +24,7 @@ spring-boot2-test = { module = "org.springframework.boot:spring-boot-starter-tes

# spring
spring-batch5-test = { module = "org.springframework.batch:spring-batch-test", version = "5.1.2" }
spring-batch4-test = { module = "org.springframework.batch:spring-batch-test", version = "5.1.2" }
spring-batch4-test = { module = "org.springframework.batch:spring-batch-test", version = "4.3.10" }

# hibernate
hibernate5-core = { module = "org.hibernate:hibernate-core", version = "5.6.15.Final" }