Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #149 from opinali/master
Browse files Browse the repository at this point in the history
Documentation and dependency updates
  • Loading branch information
opinali authored Jul 21, 2020
2 parents 5a95474 + 155de01 commit 1255b35
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions openrtb-core/src/main/protobuf/openrtb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ package com.google.openrtb;
// are represented here by Protocol Buffer extensions. This proto only
// reserves the range of IDs 100-9999 at every extensible object.
// Reserved ranges:
// 100-199: Reserved for Google, including the openrtb-doubleclick
// library (DcExt) and Open Bidder project (ObExt).
// 200-999: Free for use with other exchanges or projects.
// 100-199: Reserved for Google.
// 200-299: Reserved for IAB's formal standard extensions.
// 300-999: Free for use with other exchanges or projects.
// 1000-1999: Reserved for Google.
// 2000-9999: Free for use with other exchanges or projects.

Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
<findBugsJsr305Version>3.0.2</findBugsJsr305Version>
<gpg.skip>true</gpg.skip>
<guavaVersion>29.0-jre</guavaVersion>
<fasterxmlJacksonVersion>2.10.2</fasterxmlJacksonVersion>
<fasterxmlJacksonVersion>2.11.1</fasterxmlJacksonVersion>
<injectVersion>1</injectVersion>
<junitVersion>4.13</junitVersion>
<metricsVersion>4.1.6</metricsVersion>
<protobufVersion>3.11.1</protobufVersion>
<metricsVersion>4.1.11</metricsVersion>
<protobufVersion>3.12.2</protobufVersion>
<slf4jVersion>1.7.30</slf4jVersion>
<truthVersion>1.0.1</truthVersion>

Expand Down Expand Up @@ -126,23 +126,23 @@

<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<version>3.0.0</version>
</plugin>

<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.8.2</version>
<version>3.9.0</version>
</plugin>

<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</plugin>

<plugin>
Expand All @@ -167,7 +167,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<configuration>
<windowtitle>${project.name}</windowtitle>
<notimestamp>true</notimestamp>
Expand Down

0 comments on commit 1255b35

Please sign in to comment.