Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>base64-url-decoder</artifactId>
<version>1.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Spring Base64 Url Decoder</name>
<n>Spring Base64 Url Decoder</n>

<parent>
<groupId>org.sonatype.oss</groupId>
Expand All @@ -14,13 +14,13 @@
</parent>

<organization>
<name>Immobilien Scout GmbH</name>
<n>Immobilien Scout GmbH</n>
<url>http://www.immobilienscout24.de</url>
</organization>
<developers>
<developer>
<id>jrummler</id>
<name>Jens Rummler</name>
<n>Jens Rummler</n>
<url>https://github.com/jrummler</url>
</developer>
</developers>
Expand All @@ -31,21 +31,21 @@
<tag>HEAD</tag>
</scm>
<ciManagement>
<system>travis</system>
<s>travis</s>
<url>https://travis-ci.org/ImmobilienScout24/spring-base64-url-decoder</url>
</ciManagement>

<description>This annotation delivers a annotation and adds a HandlerMethodArgumentResolver to the Spring MVC framework.</description>
<url>https://github.com/ImmobilienScout24/spring-base64-url-decoder</url>
<licenses>
<license>
<name>MIT License</name>
<n>MIT License</n>
<url>http://www.opensource.org/licenses/mit-license.php</url>
</license>
</licenses>

<properties>
<spring.version>4.0.5.RELEASE</spring.version>
<spring.version>5.3.31</spring.version>
<jacoco.plugin.version>0.7.2.201409121644</jacoco.plugin.version>
<coveralls.plugin.version>3.0.1</coveralls.plugin.version>
</properties>
Expand Down