mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-06 11:29:08 -06:00
Update several dependencies
This commit is contained in:
22
pom.xml
22
pom.xml
@@ -18,18 +18,18 @@
|
||||
<project.build.targetEncoding>UTF-8</project.build.targetEncoding>
|
||||
|
||||
<thymeleaf.version>3.0.11.RELEASE</thymeleaf.version>
|
||||
<thymeleaf-layout-dialect.version>2.4.1</thymeleaf-layout-dialect.version>
|
||||
<thymeleaf-layout-dialect.version>2.5.1</thymeleaf-layout-dialect.version>
|
||||
|
||||
<spring.version>2.2.8.RELEASE</spring.version>
|
||||
<spring.security.version>5.3.4.RELEASE</spring.security.version>
|
||||
<spring.session.version>2.3.0.RELEASE</spring.session.version>
|
||||
<spring.maven-plugin.version>2.3.1.RELEASE</spring.maven-plugin.version>
|
||||
<spring.security.version>5.4.2</spring.security.version>
|
||||
<spring.session.version>2.4.1</spring.session.version>
|
||||
<spring.maven-plugin.version>2.4.0</spring.maven-plugin.version>
|
||||
|
||||
<discord4j.version>3.1.0</discord4j.version>
|
||||
<discord4j.version>3.1.3</discord4j.version>
|
||||
|
||||
<google.client-api.core.version>1.30.10</google.client-api.core.version>
|
||||
<google.client-api.core.version>1.31.1</google.client-api.core.version>
|
||||
<google.client-api.calendar.version>v3-rev411-1.25.0</google.client-api.calendar.version>
|
||||
<google.client-api.oauth.version>1.30.6</google.client-api.oauth.version>
|
||||
<google.client-api.oauth.version>1.31.2</google.client-api.oauth.version>
|
||||
|
||||
<r2dbc.mysql.version>0.8.1.RELEASE</r2dbc.mysql.version>
|
||||
<r2dbc.pool.version>0.8.3.RELEASE</r2dbc.pool.version>
|
||||
@@ -84,7 +84,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jetbrains</groupId>
|
||||
<artifactId>annotations</artifactId>
|
||||
<version>20.0.0</version>
|
||||
<version>20.1.0</version>
|
||||
</dependency>
|
||||
<!-- *dies* forced due to stores-redis:lettuce-core giving 4.1.38 -->
|
||||
<dependency>
|
||||
@@ -160,19 +160,19 @@
|
||||
<dependency>
|
||||
<groupId>org.json</groupId>
|
||||
<artifactId>json</artifactId>
|
||||
<version>20200518</version>
|
||||
<version>20201115</version>
|
||||
</dependency>
|
||||
<!--Joda Time-->
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
<version>2.10.6</version>
|
||||
<version>2.10.8</version>
|
||||
</dependency>
|
||||
<!--OkHTTP API-->
|
||||
<dependency>
|
||||
<groupId>com.squareup.okhttp3</groupId>
|
||||
<artifactId>okhttp</artifactId>
|
||||
<version>4.8.1</version>
|
||||
<version>4.9.0</version>
|
||||
</dependency>
|
||||
<!--Discord Webhook Library-->
|
||||
<dependency>
|
||||
|
||||
@@ -43,13 +43,13 @@
|
||||
<dependency>
|
||||
<groupId>org.flywaydb</groupId>
|
||||
<artifactId>flyway-core</artifactId>
|
||||
<version>6.5.5</version>
|
||||
<version>7.3.1</version>
|
||||
</dependency>
|
||||
<!--MySQL Driver-->
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
<version>8.0.21</version>
|
||||
<version>8.0.22</version>
|
||||
</dependency>
|
||||
<!--top.gg API library-->
|
||||
<dependency>
|
||||
|
||||
Reference in New Issue
Block a user