This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 33542661c579f7fffe5dd844c9b92edfc6816bd7 Author: Daniel Kulp <[email protected]> AuthorDate: Mon Mar 13 09:42:39 2023 -0400 Update some plugins --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6680870899..257552d92e 100644 --- a/pom.xml +++ b/pom.xml @@ -215,7 +215,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.10.1</version> + <version>3.11.0</version> <configuration> <release>${cxf.jdk.version}</release> <maxmem>256M</maxmem> @@ -529,7 +529,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>3.4.2</version> + <version>3.5.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>
