Skip to content

Commit

Permalink
Update dependencies and plugins (#219)
Browse files Browse the repository at this point in the history
* Update dependencies

* Add release note

* replaced no longer supported pdf-style /pdf-stylesdir with pdf-theme / pdf-themesdir

---------

Co-authored-by: Oliver Hecker <8004361+ohecker@users.noreply.github.com>
  • Loading branch information
duph97 and ohecker authored Nov 17, 2023
1 parent a89af38 commit 6b18d0b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.6.3</version>
<version>2.7.17</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down
10 changes: 5 additions & 5 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
<version>1.9.0</version>
<version>1.10.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.15</version>
<version>1.16.0</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
Expand All @@ -130,7 +130,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down Expand Up @@ -161,7 +161,7 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>4.2.1</version>
<version>4.4.0</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down Expand Up @@ -231,7 +231,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.3.0</version>
<executions>
<execution>
<phase>validate</phase>
Expand Down
1 change: 1 addition & 0 deletions documentation/master-solicitor.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1623,6 +1623,7 @@ Spring beans implementing this interface will be called at certain points in the
Changes in 1.16.0::
* https://github.com/devonfw/solicitor/pull/212: Improvement in determining License-URL within NpmLicenseCheckerReader.
* https://github.com/devonfw/solicitor/issues/213: Avoid (too) long filenames when caching license texts oder licenseurls. See <<Encoding of URLs>>.
* https://github.com/devonfw/solicitor/issues/218: Update dependencies to latest version.

Changes in 1.15.0::
* https://github.com/devonfw/solicitor/issues/208: Add two new lifecycle methods to `SolicitorLifecycleListener`.
Expand Down
14 changes: 7 additions & 7 deletions documentation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
</scm>

<properties>
<asciidoctor.maven.plugin.version>2.2.2</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>1.6.2</asciidoctorj.pdf.version>
<asciidoctorj.version>2.5.3</asciidoctorj.version>
<asciidoctor.maven.plugin.version>2.2.4</asciidoctor.maven.plugin.version>
<asciidoctorj.pdf.version>2.3.9</asciidoctorj.pdf.version>
<asciidoctorj.version>2.5.10</asciidoctorj.version>
<jruby.version>9.3.3.0</jruby.version>
<maven.build.timestamp.format>dd-MM-yy_HH:mm</maven.build.timestamp.format>
<builddate>${maven.build.timestamp}</builddate>
Expand Down Expand Up @@ -56,7 +56,7 @@
asciidoctor-maven-plugin
</artifactId>
<versionRange>
[2.2.2,)
[2.2.4,)
</versionRange>
<goals>
<goal>
Expand Down Expand Up @@ -154,8 +154,8 @@
<sourceHighlighter>coderay</sourceHighlighter>
<doctype>book</doctype>
<attributes>
<pdf-stylesdir>${project.basedir}/theme</pdf-stylesdir>
<pdf-style>solicitor</pdf-style>
<pdf-themesdir>${project.basedir}/theme</pdf-themesdir>
<pdf-theme>solicitor</pdf-theme>
<icons>font</icons>
<pagenums/>
<toc/>
Expand All @@ -169,7 +169,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<executions>
<execution>
<id>attach-doc</id>
Expand Down

0 comments on commit 6b18d0b

Please sign in to comment.