|
51 | 51 |
|
52 | 52 | <!-- Dependent on Spring Batch core -->
|
53 | 53 | <java.version>17</java.version>
|
54 |
| - <logback.version>1.4.11</logback.version> |
| 54 | + <logback.version>1.4.14</logback.version> |
55 | 55 | </properties>
|
56 | 56 |
|
57 | 57 | <dependencies>
|
58 | 58 | <dependency>
|
59 | 59 | <groupId>org.springframework.batch</groupId>
|
60 | 60 | <artifactId>spring-batch-core</artifactId>
|
61 |
| - <version>5.0.3</version> |
| 61 | + <version>5.1.0</version> |
62 | 62 | </dependency>
|
63 | 63 |
|
64 | 64 | <dependency>
|
65 | 65 | <groupId>com.google.cloud</groupId>
|
66 | 66 | <artifactId>google-cloud-bigquery</artifactId>
|
67 |
| - <version>2.31.1</version> |
| 67 | + <version>2.35.0</version> |
68 | 68 | </dependency>
|
69 | 69 | <dependency>
|
70 | 70 | <groupId>com.fasterxml.jackson.dataformat</groupId>
|
71 | 71 | <artifactId>jackson-dataformat-csv</artifactId>
|
72 |
| - <version>2.15.2</version> |
| 72 | + <version>2.16.0</version> |
73 | 73 | </dependency>
|
74 | 74 |
|
75 | 75 | <dependency>
|
76 | 76 | <groupId>org.apache.commons</groupId>
|
77 | 77 | <artifactId>commons-lang3</artifactId>
|
78 |
| - <version>3.13.0</version> |
| 78 | + <version>3.14.0</version> |
79 | 79 | </dependency>
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>org.apache.commons</groupId>
|
|
88 | 88 | <dependency>
|
89 | 89 | <groupId>org.junit.jupiter</groupId>
|
90 | 90 | <artifactId>junit-jupiter-api</artifactId>
|
91 |
| - <version>5.10.0</version> |
| 91 | + <version>5.10.1</version> |
92 | 92 | <scope>test</scope>
|
93 | 93 | </dependency>
|
94 | 94 | <dependency>
|
95 | 95 | <groupId>org.mockito</groupId>
|
96 | 96 | <artifactId>mockito-core</artifactId>
|
97 |
| - <version>5.5.0</version> |
| 97 | + <version>5.8.0</version> |
98 | 98 | <scope>test</scope>
|
99 | 99 | </dependency>
|
100 | 100 | <dependency>
|
|
112 | 112 | <dependency>
|
113 | 113 | <groupId>org.slf4j</groupId>
|
114 | 114 | <artifactId>slf4j-api</artifactId>
|
115 |
| - <version>2.0.7</version> |
| 115 | + <version>2.0.9</version> |
116 | 116 | <scope>test</scope>
|
117 | 117 | </dependency>
|
118 | 118 |
|
|
136 | 136 | <plugin>
|
137 | 137 | <groupId>org.apache.maven.plugins</groupId>
|
138 | 138 | <artifactId>maven-surefire-plugin</artifactId>
|
139 |
| - <version>3.1.2</version> |
| 139 | + <version>3.2.2</version> |
140 | 140 | <configuration>
|
141 | 141 | <includes>
|
142 | 142 | <!-- Integration tests are omitted because they are designed to be run locally -->
|
|
149 | 149 | <plugin>
|
150 | 150 | <groupId>org.apache.maven.plugins</groupId>
|
151 | 151 | <artifactId>maven-javadoc-plugin</artifactId>
|
152 |
| - <version>3.5.0</version> |
| 152 | + <version>3.6.3</version> |
153 | 153 | <executions>
|
154 | 154 | <execution>
|
155 | 155 | <id>attach-javadocs</id>
|
|
0 commit comments