Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.

Commit 99612d7

Browse files
Bump com.sun.xml.ws:jaxws-rt from 3.0.0 to 4.0.2, pluss jaxws-maven-plugin og any-annotate (#14)
* Bump com.sun.xml.ws:jaxws-rt from 3.0.0 to 4.0.2 Bumps com.sun.xml.ws:jaxws-rt from 3.0.0 to 4.0.2. --- updated-dependencies: - dependency-name: com.sun.xml.ws:jaxws-rt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump com.sun.xml.ws:jaxws-maven-plugin from 3.0.0 to 4.0.2 Bumps com.sun.xml.ws:jaxws-maven-plugin from 3.0.0 to 4.0.2. --- updated-dependencies: - dependency-name: com.sun.xml.ws:jaxws-maven-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Bump com.gitlab.virtual-machinist:any-annotate from 1.0.0 to 2.0.0 Bumps [com.gitlab.virtual-machinist:any-annotate](https://gitlab.com/virtual-machinist/any-annotate) from 1.0.0 to 2.0.0. - [Changelog](https://gitlab.com/virtual-machinist/any-annotate/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/virtual-machinist/any-annotate/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: com.gitlab.virtual-machinist:any-annotate dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ecf0c7f commit 99612d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nav-virksomhet-oppdragsbehandling-v1-meldingsdefinisjon/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.gitlab.virtual-machinist</groupId>
3333
<artifactId>any-annotate</artifactId>
34-
<version>1.0.0</version>
34+
<version>2.0.0</version>
3535
</dependency>
3636
</dependencies>
3737
<executions>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>com.sun.xml.ws</groupId>
5353
<artifactId>jaxws-rt</artifactId>
54-
<version>3.0.0</version>
54+
<version>4.0.2</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.glassfish.jaxb</groupId>
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>com.sun.xml.ws</groupId>
7373
<artifactId>jaxws-maven-plugin</artifactId>
74-
<version>3.0.0</version>
74+
<version>4.0.2</version>
7575
</plugin>
7676
<plugin>
7777
<groupId>org.apache.cxf</groupId>

0 commit comments

Comments
 (0)