Skip to content

Commit

Permalink
Merge branch 'master' into task/add_pk_error_log_table
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Sep 27, 2023
2 parents 8e99a52 + f45868f commit 41d4729
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- [cygnus-commons] [SQL] Add Primary Key on Timestamp to Error Log table (#2302)
- [cygnus-commons] Upgrade gson dependency from 2.6.2 to 2.10.1
- [cygnus-common] [SQL] Add Primary Key on Timestamp to Error Log table (#2302)
- [cygnus-common] 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-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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* [Installation from sources](./install_from_sources.md)
* Configuration:
* [NGSI agent configuration](./ngsi_agent_conf.md)
* [log4j configuration](../../installation_and_administration_guide/log4j_conf.md)
* [log4j configuration](../../cygnus-common/installation_and_administration_guide/log4j_conf.md)
* [Configuration examples](./configuration_examples.md)
* Running:
* [Running as a process](./running_as_process.md)
Expand Down

0 comments on commit 41d4729

Please sign in to comment.