Skip to content
Snippets Groups Projects
Select Git revision
  • f9fbd91391d89cfc584a08bd5e74e57141292cca
  • develop default protected
  • dependabot/maven/jee/dao/com.h2database-h2-2.1.210
  • feature/myfeature
  • feature/XXF1
  • feature/sonar
  • feature/tests
  • feature/tls
  • feature/ear
  • feature/jsf
  • feature/minor-updates
  • master
12 results

pom.xml

Blame
  • user avatar
    dependabot[bot] authored and GitHub committed
    Bumps [h2](https://github.com/h2database/h2database) from 1.4.200 to 2.1.210.
    - [Release notes](https://github.com/h2database/h2database/releases)
    - [Commits](https://github.com/h2database/h2database/compare/version-1.4.200...version-2.1.210
    
    )
    
    ---
    updated-dependencies:
    - dependency-name: com.h2database:h2
      dependency-type: direct:development
    ...
    
    Signed-off-by: default avatardependabot[bot] <support@github.com>
    702ddbbc
    History
    pom.xml 933 B
    <?xml version="1.0" encoding="UTF-8"?>
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
        <parent>
            <artifactId>jee9.1</artifactId>
            <groupId>fr.univtln.bruno.samples.jee91</groupId>
            <version>1.0-SNAPSHOT</version>
        </parent>
        <modelVersion>4.0.0</modelVersion>
    
        <artifactId>dao</artifactId>
    
        <dependencies>
            <dependency>
                <groupId>fr.univtln.bruno.samples.jee91</groupId>
                <artifactId>entites</artifactId>
                <version>1.0-SNAPSHOT</version>
            </dependency>
    
            <dependency>
                <groupId>com.h2database</groupId>
                <artifactId>h2</artifactId>
                <version>2.1.210</version>
                <scope>test</scope>
            </dependency>
        </dependencies>
    
    
    
    
    
    
    </project>