Skip to content

Commit

Permalink
Merge pull request #2308 from telefonicaid/task/upgrade_minor_mysql_dep
Browse files Browse the repository at this point in the history
upgrade minor dep mysql-java-connector: 8.0.28 -> 8.0.33
  • Loading branch information
fgalan authored Sep 21, 2023
2 parents dc8538a + 32ea436 commit f45868f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- [cygnus-commons] Upgrade gson dependency from 2.6.2 to 2.10.1
- [cygnus-common] Upgrade mysql-java-connector dependency from 8.0.28 to 8.0.33
- [cygnus-common] Upgrade gson dependency from 2.6.2 to 2.10.1
- [cygnus-ngsi][cygnus-common] upgrade mockito dep from 1.9.5 to 5.5.0
- [cygnus-ngsi] Fix runtime error: check access aggregator size (#2293)
- [cygnus-ngsi] Switch log level to CYGNUS_LOG_LEVEL env var if was provided to docker (#2286)
Expand Down
2 changes: 1 addition & 1 deletion cygnus-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.28</version>
<version>8.0.33</version>
</dependency>
<!-- Required by PostgreSQLBackendImpl at runtime -->
<dependency>
Expand Down

0 comments on commit f45868f

Please sign in to comment.