Skip to content

Commit

Permalink
mysql-connector to 8.0.17 (lyft#186)
Browse files Browse the repository at this point in the history
* mysql-connector to 8.0.17

* bump version to 1.9.5
  • Loading branch information
akhurana001 authored Oct 20, 2022
1 parent 6e8b340 commit 69ac14b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion baseapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.lyft.data</groupId>
<artifactId>prestogateway-parent</artifactId>
<version>1.9.4</version>
<version>1.9.5</version>
<relativePath>../</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions gateway-ha/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.lyft.data</groupId>
<artifactId>prestogateway-parent</artifactId>
<version>1.9.4</version>
<version>1.9.5</version>
<relativePath>../</relativePath>
</parent>

Expand All @@ -29,7 +29,7 @@
<reflections.version>0.9.10</reflections.version>
<ehcache.version>3.8.1</ehcache.version>
<activejdbc.version>2.3</activejdbc.version>
<mysqlconnector.version>8.0.28</mysqlconnector.version>
<mysqlconnector.version>8.0.17</mysqlconnector.version>
<environments>development</environments>
<app.main.class>com.lyft.data.gateway.ha.HaGatewayLauncher</app.main.class>
</properties>
Expand Down Expand Up @@ -119,7 +119,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.28</version>
<version>8.0.17</version>
</dependency>
<!-- Test deps -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>prestogateway-parent</artifactId>
<name>prestogateway-parent</name>
<packaging>pom</packaging>
<version>1.9.4</version>
<version>1.9.5</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion proxyserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.lyft.data</groupId>
<artifactId>prestogateway-parent</artifactId>
<version>1.9.4</version>
<version>1.9.5</version>
<relativePath>../</relativePath>
</parent>

Expand Down

0 comments on commit 69ac14b

Please sign in to comment.