diff --git a/spring-batch-bigquery/pom.xml b/spring-batch-bigquery/pom.xml
index c906dfb..a28fabb 100644
--- a/spring-batch-bigquery/pom.xml
+++ b/spring-batch-bigquery/pom.xml
@@ -51,31 +51,31 @@
17
- 1.4.11
+ 1.4.14
org.springframework.batch
spring-batch-core
- 5.0.3
+ 5.1.0
com.google.cloud
google-cloud-bigquery
- 2.31.1
+ 2.35.0
com.fasterxml.jackson.dataformat
jackson-dataformat-csv
- 2.15.2
+ 2.16.0
org.apache.commons
commons-lang3
- 3.13.0
+ 3.14.0
org.apache.commons
@@ -88,13 +88,13 @@
org.junit.jupiter
junit-jupiter-api
- 5.10.0
+ 5.10.1
test
org.mockito
mockito-core
- 5.5.0
+ 5.8.0
test
@@ -112,7 +112,7 @@
org.slf4j
slf4j-api
- 2.0.7
+ 2.0.9
test
@@ -136,7 +136,7 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.1.2
+ 3.2.2
@@ -149,7 +149,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.5.0
+ 3.6.3
attach-javadocs
diff --git a/spring-batch-bigquery/src/test/resources/logback.xml b/spring-batch-bigquery/src/test/resources/logback.xml
index 08466f1..6a2c0bc 100644
--- a/spring-batch-bigquery/src/test/resources/logback.xml
+++ b/spring-batch-bigquery/src/test/resources/logback.xml
@@ -1,9 +1,11 @@
+
+
-
+
-
+
%d{HH:mm:ss.SSS} [%thread] %yellow(%-5level) %magenta(%logger{5}) : %msg%n