Skip to content

Commit

Permalink
Merge branch 'main' into snyk-upgrade-9c4570963db96e43b3b531f69b727be0
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan authored Jun 27, 2023
2 parents 4aa608d + b74c31f commit 6b02328
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ The following table concentrates on the most important configuration parameters
| `datasources.default.username` | `DATASOURCES_DEFAULT_USERNAME` | Username to be used for db connections | orion |
| `datasources.default.password` | `DATASOURCES_DEFAULT_PASSWORD` | Password to be used for db connections | orion |
| `loggers.levels.ROOT` | `LOGGERS_LEVELS_ROOT` | Root log level of mintaka | ERROR |
| `basepath` | `BASEPATH` | The basepath to be used for the api. Could for example be `/ngsi-ld/v1` | `` |

#### Operations

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<!-- lazy dev -->

<version.org.mapstruct>1.5.3.Final</version.org.mapstruct>
<version.org.mapstruct>1.5.4.Final</version.org.mapstruct>
<version.org.projectlombok>1.18.26</version.org.projectlombok>

<!-- logging -->
Expand Down Expand Up @@ -97,7 +97,7 @@
<spotbugs.reportFolder>${project.build.directory}/site/spotbugs</spotbugs.reportFolder>

<!-- persistence -->
<version.org.postgresql>42.5.4</version.org.postgresql>
<version.org.postgresql>42.6.0</version.org.postgresql>

</properties>

Expand Down

0 comments on commit 6b02328

Please sign in to comment.