[jOOQ/jOOQ#9155] Various third party dependency updates
This commit is contained in:
parent
d18b17d44d
commit
1076cefd1d
@ -109,7 +109,7 @@
|
||||
<dependency>
|
||||
<groupId>com.google.errorprone</groupId>
|
||||
<artifactId>error_prone_core</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jooq</groupId>
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<org.hibernate.version>5.4.2.Final</org.hibernate.version>
|
||||
<org.hibernate.version>5.4.4.Final</org.hibernate.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -62,7 +62,7 @@
|
||||
<annotationProcessorPath>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<version>2.2.12</version>
|
||||
<version>2.3.1</version>
|
||||
</annotationProcessorPath>
|
||||
</annotationProcessorPaths>
|
||||
</configuration>
|
||||
@ -71,7 +71,7 @@
|
||||
<dependency>
|
||||
<groupId>javax.xml.bind</groupId>
|
||||
<artifactId>jaxb-api</artifactId>
|
||||
<version>2.2.12</version>
|
||||
<version>2.3.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<org.jooq.version>${project.version}</org.jooq.version>
|
||||
<org.h2.version>1.4.199</org.h2.version>
|
||||
<org.hibernate.version>5.4.2.Final</org.hibernate.version>
|
||||
<org.hibernate.version>5.4.4.Final</org.hibernate.version>
|
||||
<org.springframework.version>5.0.7.RELEASE</org.springframework.version>
|
||||
</properties>
|
||||
|
||||
|
||||
12
pom.xml
12
pom.xml
@ -30,7 +30,7 @@
|
||||
<h2.version>1.4.199</h2.version>
|
||||
|
||||
<!-- From JDK 11 onwards, we need to depend on the JAXB API explicitly -->
|
||||
<jaxb.version>2.3.0</jaxb.version>
|
||||
<jaxb.version>2.3.1</jaxb.version>
|
||||
<javax.activation.version>1.2.0</javax.activation.version>
|
||||
|
||||
<!-- DefaultRecordMapper and jOOQ-meta-extensions can read JPA annotations -->
|
||||
@ -213,7 +213,7 @@
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<version>5.4.2.Final</version>
|
||||
<version>5.4.4.Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework</groupId>
|
||||
@ -225,25 +225,25 @@
|
||||
<dependency>
|
||||
<groupId>org.checkerframework</groupId>
|
||||
<artifactId>checker</artifactId>
|
||||
<version>2.5.6</version>
|
||||
<version>2.11.0</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.google.errorprone</groupId>
|
||||
<artifactId>error_prone_core</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.errorprone</groupId>
|
||||
<artifactId>error_prone_annotation</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<version>2.3.3</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.auto.service</groupId>
|
||||
<artifactId>auto-service</artifactId>
|
||||
<version>1.0-rc4</version>
|
||||
<version>1.0-rc6</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user