Skip to content

Commit

Permalink
Merge pull request #250 from juliencherry/master
Browse files Browse the repository at this point in the history
COMN-324: Configure Dependabot
  • Loading branch information
dscorbett authored Jul 5, 2024
2 parents 2378371 + 857c2c1 commit bea65b6
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 61 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
groups:
minor-and-patch:
applies-to: version-updates
update-types:
- "patch"
- "minor"
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${http-components.version}</version>
<version>${bt-httpclient-version}</version>
<exclusions>
<exclusion>
<groupId>commons-codec</groupId>
Expand All @@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>${http-components.version}</version>
<version>${bt-httpmime-version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 0 additions & 2 deletions json/bnd.bnd

This file was deleted.

2 changes: 0 additions & 2 deletions model/bnd.bnd

This file was deleted.

27 changes: 0 additions & 27 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,14 @@
</distributionManagement>
<properties>
<build-helper-maven-plugin.version>3.3.0</build-helper-maven-plugin.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-codec.version>1.15</commons-codec.version>
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
<http-components.version>4.5.13</http-components.version>
<http-components-core.version>4.4.15</http-components-core.version>
<java-poet.version>1.13.0</java-poet.version>
<javax-validation-api.version>2.0.0.Final</javax-validation-api.version>
<junit.version>5.9.1</junit.version>
<lombok.version>1.18.24</lombok.version>
<lombok-maven-plugin.version>1.18.20.0</lombok-maven-plugin.version>
<mockserver.version>5.14.0</mockserver.version>
<reflections.version>0.10.2</reflections.version>
<site-skin.version>1.5</site-skin.version>
</properties>
<modules>
<module>annotations</module>
Expand All @@ -65,25 +60,6 @@
<module>examples</module>
<module>release</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.basistech</groupId>
<artifactId>common-api</artifactId>
<version>${bt-common-api-version}</version>
</dependency>
<dependency>
<groupId>com.basistech</groupId>
<artifactId>adm-model</artifactId>
<version>${bt-adm-version}</version>
</dependency>
<dependency>
<groupId>com.basistech</groupId>
<artifactId>adm-json</artifactId>
<version>${bt-adm-version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
Expand All @@ -97,7 +73,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>${maven-clean-plugin.version}</version>
<configuration>
<filesets>
<fileset>
Expand All @@ -112,7 +87,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven-compiler-plugin.version}</version>
<configuration>
<compilerVersion>17</compilerVersion>
<source>11</source>
Expand All @@ -122,7 +96,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>${maven-source-plugin.version}</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down
28 changes: 0 additions & 28 deletions src/site/site.xml

This file was deleted.

0 comments on commit bea65b6

Please sign in to comment.