Update dependencies, add Dependabot (#75)
This commit is contained in:
		
							
								
								
									
										18
									
								
								pom.xml
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								pom.xml
									
									
									
									
									
								
							@@ -27,8 +27,8 @@
 | 
			
		||||
 | 
			
		||||
  <properties>
 | 
			
		||||
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 | 
			
		||||
    <maven.compiler.source>1.8</maven.compiler.source>
 | 
			
		||||
    <maven.compiler.target>1.8</maven.compiler.target>
 | 
			
		||||
    <maven.compiler.source>16</maven.compiler.source>
 | 
			
		||||
    <maven.compiler.target>16</maven.compiler.target>
 | 
			
		||||
    <!-- Silence IDE warning - property is declared in individual internal modules. -->
 | 
			
		||||
    <spigot.version>unknown</spigot.version>
 | 
			
		||||
  </properties>
 | 
			
		||||
@@ -72,13 +72,13 @@
 | 
			
		||||
        <artifactId>annotations</artifactId>
 | 
			
		||||
        <groupId>org.jetbrains</groupId>
 | 
			
		||||
        <scope>provided</scope>
 | 
			
		||||
        <version>21.0.1</version>
 | 
			
		||||
        <version>23.0.0</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
        <artifactId>spigot-api</artifactId>
 | 
			
		||||
        <groupId>org.spigotmc</groupId>
 | 
			
		||||
        <scope>provided</scope>
 | 
			
		||||
        <version>1.16.5-R0.1-SNAPSHOT</version>
 | 
			
		||||
        <version>1.17.1-R0.1-SNAPSHOT</version>
 | 
			
		||||
      </dependency>
 | 
			
		||||
      <dependency>
 | 
			
		||||
        <artifactId>openinvapi</artifactId>
 | 
			
		||||
@@ -91,6 +91,12 @@
 | 
			
		||||
        <groupId>com.lishid</groupId>
 | 
			
		||||
        <scope>compile</scope>
 | 
			
		||||
        <version>4.1.11-SNAPSHOT</version>
 | 
			
		||||
        <exclusions>
 | 
			
		||||
          <exclusion>
 | 
			
		||||
            <groupId>com.lishid</groupId>
 | 
			
		||||
            <artifactId>openinvapi</artifactId>
 | 
			
		||||
          </exclusion>
 | 
			
		||||
        </exclusions>
 | 
			
		||||
      </dependency>
 | 
			
		||||
    </dependencies>
 | 
			
		||||
  </dependencyManagement>
 | 
			
		||||
@@ -128,7 +134,7 @@
 | 
			
		||||
            </execution>
 | 
			
		||||
          </executions>
 | 
			
		||||
          <groupId>org.apache.maven.plugins</groupId>
 | 
			
		||||
          <version>3.2.4</version>
 | 
			
		||||
          <version>3.3.0</version>
 | 
			
		||||
        </plugin>
 | 
			
		||||
 | 
			
		||||
        <plugin>
 | 
			
		||||
@@ -146,7 +152,7 @@
 | 
			
		||||
        <plugin>
 | 
			
		||||
          <groupId>net.md-5</groupId>
 | 
			
		||||
          <artifactId>specialsource-maven-plugin</artifactId>
 | 
			
		||||
          <version>1.2.2</version>
 | 
			
		||||
          <version>1.2.4</version>
 | 
			
		||||
          <executions>
 | 
			
		||||
            <execution>
 | 
			
		||||
              <phase>package</phase>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user