Skip to content

Commit

Permalink
build(deps): bump maven.surefire.version from 3.0.0-M6 to 3.0.0-M7 (#…
Browse files Browse the repository at this point in the history
…1438)

Bumps `maven.surefire.version` from 3.0.0-M6 to 3.0.0-M7.

Updates `maven-surefire-plugin` from 3.0.0-M6 to 3.0.0-M7
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.0.0-M6...surefire-3.0.0-M7)

Updates `maven-failsafe-plugin` from 3.0.0-M6 to 3.0.0-M7
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.0.0-M6...surefire-3.0.0-M7)

Updates `maven-surefire-report-plugin` from 3.0.0-M6 to 3.0.0-M7
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.0.0-M6...surefire-3.0.0-M7)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.apache.maven.plugins:maven-surefire-report-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2022
1 parent 996f73b commit a55dfc1
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void testPercelen() throws IOException {
"\"koopjaar\":\"\",\"valuta\":\"\",\"soortgrootte\":\"1\"},{\"kadastrale_code\":\"VDG00B1709\"," +
"\"gemeente_code\":\"VDG00\",\"sectie\":\"B\",\"perceelnummer\":1709,\"oppervlakte\":65," +
"\"straat\":\"Oosterstraat\",\"huisnummer\":\"29\",\"postcode\":\"3134NM\",\"woonplaats\":" +
"Vlaardingen\",\"percnr17\":\"VDG00B1709\",\"omschrijving\":\"OOSTERSTR 29, 3134NM VLAARDINGEN\"," +
"\"Vlaardingen\",\"percnr17\":\"VDG00B1709\",\"omschrijving\":\"OOSTERSTR 29, 3134NM VLAARDINGEN\"," +
"\"bedrag\":\"192500\",\"koopjaar\":\"2003\",\"valuta\":\"Euro\",\"soortgrootte\":\"1\"}]," +
"\"offset\":\"0\",\"limit\":\"3\",\"total_item_count\":1000}",
body,
Expand Down Expand Up @@ -205,7 +205,7 @@ public void testKadastralesubjectpercelen() throws IOException {
assertJsonEquals(
"{\"kadastrale_percelen\":[{\"kadastrale_code\":\"VDG00B1712\",\"gemeente_code\":\"VDG00\"," +
"\"sectie\":\"B\",\"perceelnummer\":1712,\"oppervlakte\":68,\"percnr17\":\"VDG00B1712\",\"aandeel\":\"1\\/2\"," +
"\"rechtsoort\":\"Erfpacht (recht van)\",\"datum_ingang\":\"2012-12-31T13:49:09+00:00\"}],\"offset\":\"0\"," +
"\"rechtsoort\":\"Erfpacht (recht van)\",\"datum_ingang\":\"2012-12-31T11:35:54+00:00\"}],\"offset\":\"0\"," +
"\"limit\":\"3\",\"total_item_count\":1}",
body
// when(IGNORING_ARRAY_ORDER)
Expand All @@ -230,7 +230,7 @@ public void testSubject() throws IOException {
assertJsonEquals(
"{\"subjectid\":\"NL.KAD.Persoon.157450463\",\"type\":\"KadastraalNatuurlijkSubject\"," +
"\"adres\":\"Oosterstraat 17, 3134NM VLAARDINGEN\",\"natuurlijk_subject\":{\"voornaam\":\"d941\"," +
"\"achternaam\":\"abda6a2\",\"geslacht\":\"M\",\"geboorte_datum\":\"1964-01-09T13:49:22+00:00\"," +
"\"achternaam\":\"abda6a2\",\"geslacht\":\"M\",\"geboorte_datum\":\"1964-01-09T11:32:55+00:00\"," +
"\"geboorte_plaats\":\"4379c2\"}}",
body,
// TODO bug in P8; verzint een tijdstip aan datums
Expand Down
3 changes: 3 additions & 0 deletions docker/.env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Only used when you also specify docker-compose-ports.yml
POSTGRESQL_PORT_MAPPING=5432:5432
TOMCAT_PORT_MAPPING=8080:8080
14 changes: 14 additions & 0 deletions docker/docker-compose-ports.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: '3.9'

# ports overrides for db/brmo
# use eg.
# POSTGRESQL_PORT_MAPPING=5432:5432
# TOMCAT_PORT_MAPPING=8080:8080
services:
db:
ports:
- "${POSTGRESQL_PORT_MAPPING:?required}"

brmo:
ports:
- "${TOMCAT_PORT_MAPPING:?required}"
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<test.hsqldb.version>2.6.1</test.hsqldb.version>
<test.onlyITs>false</test.onlyITs>
<test.junit-jupiter.version>5.8.2</test.junit-jupiter.version>
<maven.surefire.version>3.0.0-M6</maven.surefire.version>
<maven.surefire.version>3.0.0-M7</maven.surefire.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<versions-maven-plugin.version>2.11.0</versions-maven-plugin.version>
<maven-project-info-reports-plugin.version>3.3.0</maven-project-info-reports-plugin.version>
Expand Down

0 comments on commit a55dfc1

Please sign in to comment.